Skip to content

This is a simple crud project that I've created to study Laravel

Notifications You must be signed in to change notification settings

edersomangelo/laravel-crud

Repository files navigation

Build Status Total Downloads Latest Stable Version License

Sample crud project

Requirements

PHP >= 7.0.0
OpenSSL PHP Extension
PDO PHP Extension
Mbstring PHP Extension
Tokenizer PHP Extension
XML PHP Extension
Composer

Installation steps

I will not ilustrate how run or configure the web server
All the following steps must be executed on the project main directory

1. Installing project dependencies
composer install
npm install
2.Configuring the application
cp .env.example .env
php artisan key:generate
php artisan storage:link

Configure the data base on the .env file

3. Give write permission to the user that you are using to run your web server
chown www-data storage -R
chown www-data bootstrap/cache
4. Setting up the database
php artisan migrate
php artisan db:seed --class=DevelopmentSeeder
Have fun

https://laravel.com/docs/5.5

About

This is a simple crud project that I've created to study Laravel

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages