Huptam / Project-Laravel

Simple CRUD in Laravel with: login (Jetstream), AdminLTE and DataTables.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple CRUD Using Laravel, Jetstream, AdminLTE and DataTables

Simple CRUD in Laravel with: login Jetstream, AdminLTE and DataTables.

Installation

Requirements

For system requirements you Check Laravel Requirement

Clone the repository from github.

git clone https://github.com/Huptam/Project-Laravel.git [YourDirectoryName]

The command installs the project in a directory named YourDirectoryName. You can choose a different directory name if you want.

Install dependencies

Laravel utilizes Composer to manage its dependencies. So, before using Laravel, make sure you have Composer installed on your machine.

cd YourDirectoryName
composer install

Config file

Rename or copy .env.example file to .env 1.php artisan key:generate to generate app key.

  1. Set your database credentials in your .env file
  2. Set your APP_URL in your .env file.

Database

  1. Migrate database table php artisan migrate

Install Node Dependencies

  1. npm install to install node dependencies
  2. npm run dev to build our javascript

Create storage link

php artisan storage:link

Run Server

  1. php artisan serve or Laravel Homestead
  2. Visit localhost:8000 in your browser. Create an account first and login.

Screenshots

Landing Page

Lading Page

Create product

Products list

About

Simple CRUD in Laravel with: login (Jetstream), AdminLTE and DataTables.


Languages

Language:PHP 61.3%Language:Blade 37.8%Language:JavaScript 0.5%Language:Shell 0.4%Language:CSS 0.0%