Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suraj8805/manager-crud
LARAVEL 7 Project CRUD Operation
https://github.com/suraj8805/manager-crud
bootstrap4 html-css laravel7 php7
Last synced: about 1 month ago
JSON representation
LARAVEL 7 Project CRUD Operation
- Host: GitHub
- URL: https://github.com/suraj8805/manager-crud
- Owner: suraj8805
- Created: 2020-07-28T09:59:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-02-01T20:56:48.000Z (almost 2 years ago)
- Last Synced: 2024-10-30T07:57:02.819Z (3 months ago)
- Topics: bootstrap4, html-css, laravel7, php7
- Language: PHP
- Homepage:
- Size: 9.66 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is Simple Laravel Project using CRUD Operations to give demonstration of laravel Business Listing.
*Server Requirements:*
PHP >= 7.2.5
BCMath PHP Extension
Ctype PHP Extension
Fileinfo PHP extension
JSON PHP Extension
Mbstring PHP Extension
OpenSSL PHP Extension
PDO PHP Extension
Tokenizer PHP Extension
XML PHP ExtensionLaravel utilizes Composer to manage its dependencies. So, before using Laravel, make sure you have Composer installed on your machine.
**Intsall composer on your machine**
> sudo apt-get update
> sudo apt-get install composer**Use migration command on sqlite database**
> php artisan migrate**Run on local server** Apache2
*Goto the project directory and open terminal*
> php artisan serve**click on the below Url**
http://127.0.0.1:8000
[Tue Jul 28 16:07:17 2020] PHP 7.4.8 Development Server (http://127.0.0.1:8000) started