Skip to content

abhishekush/Firstlara

Repository files navigation

Laravel PHP Framework

Build Status Total Downloads Latest Stable Version Latest Unstable Version License

Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable, creative experience to be truly fulfilling. Laravel attempts to take the pain out of development by easing common tasks used in the majority of web projects, such as authentication, routing, sessions, queueing, and caching.

Laravel is accessible, yet powerful, providing tools needed for large, robust applications. A superb inversion of control container, expressive migration system, and tightly integrated unit testing support give you the tools you need to build any application with which you are tasked.

Official Documentation

Documentation for the framework can be found on the Laravel website.

Contributing

Thank you for considering contributing to the Laravel framework! The contribution guide can be found in the Laravel documentation.

Security Vulnerabilities

If you discover a security vulnerability within Laravel, please send an e-mail to Taylor Otwell at [email protected]. All security vulnerabilities will be promptly addressed.

License

The Laravel framework is open-sourced software licensed under the MIT license.

CMS in Laravel 5.3

Installation

  • git clone https://github.com/bestmomo/laravel5-example.git projectname
  • cd projectname
  • composer install
  • npm install
  • Create a database and inform .env
  • php artisan migrate to create tables
  • gulp to run gulp (First install gulp if not already installed)
  • php artisan serve to start the app on http://localhost:8000/
  • Note: App requires virtual host to be set up with respect to the App-Directory/public (This is Important as it ensures that the routes,styles,scripts work properly).

Include

Features

  • Home page
  • Custom Error Page 404
  • Authentication (registration, login, logout)
  • Users roles
  • Admin dashboard with users, posts and comments
  • Users admin (roles filter, show, edit, delete, create)
  • Posts admin (list with dynamic order, show, edit, delete, create)

Packages included

  • laravelcollective/html