edersomangelo / laravel-crud

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:PHP 69.0%Language:HTML 30.3%Language:Vue 0.4%Language:Dockerfile 0.2%