Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dilshan97/laravel-simple-crud-application
https://github.com/dilshan97/laravel-simple-crud-application
curd curd-operation laravel-framework mysql
Last synced: about 6 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/dilshan97/laravel-simple-crud-application
- Owner: Dilshan97
- Created: 2019-03-12T11:34:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T17:42:00.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T12:17:53.965Z (over 1 year ago)
- Topics: curd, curd-operation, laravel-framework, mysql
- Language: PHP
- Size: 647 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Laravel-Simple-CRUD-Application
Run `composer install`
Rename the `.env.example` to `.env`
Run `php artisan key:generate`
Add your database credentials
Run `php artisan config:cache`
Run `php artisan serve`
Offical Documentation -> https://laravel.com/docs/5.8