What's new

PHP Laravel - CRUD, Database and etc. w/ Source code

Splekenesis

Eternal Poster
Joined
Sep 17, 2016
Posts
838
Reaction
280
Points
270
For those who need Source Code/Guide for Laravel CRUD
this thread is for you

CRUD
Basic CRUD w/ Validation - Available
CRUD with vue js w/ Validation - ONGOING

Database
Migration - SOON
Seeder - SOON

will update this thread soon pag may time
for now Basic CRUD muna available



1622717181291.png


Github Repository/Download
You do not have permission to view the full content of this post. Log in or register now.
Requirements:
Composer,
Git Bash,
node.js

Guide how to Install
1. Go to github repository and Click code
2. Click Download ZIP and extract
3. open the Project Folder and right click then open/Click "Git bash here"
if you dont have git bash try ctrl + Shift + right click and click "Open Powershell window here"
4. type composer install and press Enter and wait hanggang matapos mag install
5. Create or Edit .env file and edit this 3 line

DB_DATABASE=Your Database
DB_USERNAME=root (your database username, root is default username for mysql)
DB_PASSWORD= (database password, blank is default for mysql)

6. go back to git bash and type php artisan migrate and press Enter
7. then type php artisan serve
8. open your browser and type localhost:8000

thats it for now
 

Attachments

Last edited:
Update:

Tomorrow or day after tomorrow will be added Vue.js CRUD
  • User can Add or Edit in different Page
  • User can Add or Edit using Modal


1622924881349.png
 

Attachments

Similar threads

Back
Top