Laravel Administrable

Administrable is a package designed for the famous Laravel framework and which allows you to generate an administration panel with several themes to choose from. In addition, this package structures your code by separating the front and back files with a subfolder in each large folder (controllers, notifications, forms …) and views. Finally, it comes with a ready-to-use blogging system, contact messages and user testimonials.

NB: This package must be used at the very beginning of the project.

Features

  • A custom guard and a dedicated authentication
  • Contact system with form and administration
  • A blog with administration
  • A file manager to make uploading files pleasant
  • A customizable CRUD generator (models, controllers, seeders, forms, views, routes, etc.)
  • A backup command of the storage folder to save all uploaded files somewhere other than the server