All Projects → omartawba1 → Start_laravel

omartawba1 / Start_laravel

Licence: mit
Let this application be your quick start to Laravel, It'll help you to build your app structure and show you each component of Laravel and how to best practice them.

Projects that are alternatives of or similar to Start laravel

Pingcrm Svelte
🦊 Ping CRM Svelte - A demo app to illustrate how Inertia.js works with Laravel and Svelte (hosted on a heroku free dyno).
Stars: ✭ 74 (+76.19%)
Mutual labels:  laravel, demo
Genealogy
Laravel 8 and Vue family tree and genealogy data processing website.
Stars: ✭ 153 (+264.29%)
Mutual labels:  laravel, demo
Demo
This is demo application for SleepingOwl Admin.
Stars: ✭ 81 (+92.86%)
Mutual labels:  laravel, demo
Examples
Demo applications and code examples for Confluent Platform and Apache Kafka
Stars: ✭ 571 (+1259.52%)
Mutual labels:  quickstart, demo
Laravel Sketchpad
An innovative front-end environment for interactive Laravel development
Stars: ✭ 302 (+619.05%)
Mutual labels:  laravel, demo
Laravel Hackathon Starter
💻 A hackathon/MVP boilerplate for laravel web applications. Start your hackathons without hassle.
Stars: ✭ 1,589 (+3683.33%)
Mutual labels:  laravel, demo
Laravel Scaffold
The base for developing awesome projects
Stars: ✭ 142 (+238.1%)
Mutual labels:  laravel, demo
Pingcrm React
⚛️ Ping CRM React - A demo app to illustrate how Inertia.js works with Laravel and React (hosted on a heroku free dyno).
Stars: ✭ 158 (+276.19%)
Mutual labels:  laravel, demo
Laravel Google Drive Demo
Laravel & Google Drive Storage - Demo project with Laravel 5.4
Stars: ✭ 299 (+611.9%)
Mutual labels:  laravel, demo
Laravel Demo Mode
A package to protect your work in progress from prying eyes
Stars: ✭ 259 (+516.67%)
Mutual labels:  laravel, demo
Dt54
Laravel 5.4 DataTables Demo Application (WIP)
Stars: ✭ 27 (-35.71%)
Mutual labels:  laravel, demo
Tables
Bulma themed, VueJS powered Datatable with server-side loading and JSON template setup
Stars: ✭ 575 (+1269.05%)
Mutual labels:  laravel, demo
Laravel Saml Sp Demo
Laravel demo application showing implementation of SAML authentication as a Service Provider.
Stars: ✭ 30 (-28.57%)
Mutual labels:  laravel, demo
Captchavel
Integrate reCAPTCHA into your Laravel app better than the Big G itself!
Stars: ✭ 40 (-4.76%)
Mutual labels:  laravel
Vessel
Up and running with small Docker environments
Stars: ✭ 1,006 (+2295.24%)
Mutual labels:  laravel
Next On Netlify Demo
Demo of a Next.js app with Server-Side Rendering on Netlify
Stars: ✭ 40 (-4.76%)
Mutual labels:  demo
Coronavirus 2019 Demo
webinar for coronavirus map
Stars: ✭ 40 (-4.76%)
Mutual labels:  demo
Project Automation
Python script for creating new projects (React, Express.js, Vue, Laravel, etc.) in the desired local directory, with a GitHub origin.
Stars: ✭ 42 (+0%)
Mutual labels:  laravel
Website
Source code to the Laravel Nigeria meetup website.
Stars: ✭ 41 (-2.38%)
Mutual labels:  laravel
Freelancers Market
Laravel Project to help freelance websites clients and freelancers to find each other.
Stars: ✭ 39 (-7.14%)
Mutual labels:  laravel

Start Laravel Build Status StyleCI

Start laravel is a simple start app to learn how to develop with laravel, You'll learn these components

  • [Migration, Seeding, Routing, Controllers, Models, Validation, Requests, Views, Events, Notifications, Listeners, Auth, Commands, ...etc]

Each framework should has it's quick start app, Let this application be your quick start to Laravel, It'll help you to build your app structure and show you each component of Laravel and how to best practice them. I hope it'll help you on understanding Laravel & how to work with it.

Modules & Features

You can find here modules for users , sections , articles , comments
also you can some good features like login , registration , translation

Screen capture

Start Laravel Start Laravel Start Laravel Start Laravel Start Laravel

Installation Steps

First you will need to clone the project

Then you go to project directory and run

composer install

Then create a database named start_laravel then rename .env.example to .env and change database configuration values to yours.

Then run

php artisan key:generate

Then

php artisan migrate

Then seed users table

php artisan db:seed

Default Login Data

Email :[email protected]
Pass :123456

Custom commands

php artisan clear:db

Contributing

Thank you for considering contributing to the start app! you can fork this repository and any merge request are welcome anytime.

License

The Start Laravel app licensed under the MIT license.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].