Laravel Skeleton Application

Related tags

Laravel laravel
Overview

Disable register

This application has disabled registration page.

Route system

The routing folder for this application has been changed to the application Http folder.

Directory: app/Http/Routes

How to install

First make storage folder writable.

cp .env.example .env
composer install
php artisan key:generate
php artisan migrate --seed
php artisan storage:link

Front-end development

npm install
npm run watch

Make production

npm run production

Screenshots

Front

Login

Dashboard

User List

User Edit

Comments
  • Add support for LaravelGenerator

    Add support for LaravelGenerator

    Today i tested this package and much like.

    But I missed having something more like a crud generator. I tested today [LaravelGenerator] (http://labs.infyom.com/laravelgenerator/) with bootstrap template which is the standard used in this project and had great results. It's very fast to create an application using a scaffold like that.

    this command take magic:

    php artisan infyom:scaffold $MODEL_NAME
    

    If it is of interest I can make a pull request so that it can be evaluated and better tested.

    att, Breno douglas

    opened by brenodouglas 2
  • Erro apos a instalação

    Erro apos a instalação

    Opa, acabei de instalar e seguir o passo a passo da instalação sem problemas. Mas quando rodei o npm run watch me deu o seguinte erro. $ npm run watch

    @ watch D:\lixo\skeleton cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js

    D:\lixo\skeleton\node_modules\laravel-mix\setup\webpack.config.js:1 (function (exports, require, module, __filename, __dirname) { let path = require('path'); ^^^

    SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode at exports.runInThisContext (vm.js:53:16) at Module._compile (module.js:373:25) at Object.Module._extensions..js (module.js:416:10) at Module.load (module.js:343:32) at Function.Module._load (module.js:300:12) at Module.require (module.js:353:17) at require (internal/module.js:12:17) at requireConfig (D:\lixo\skeleton\node_modules\webpack\bin\convert-argv.js:96:18) at D:\lixo\skeleton\node_modules\webpack\bin\convert-argv.js:109:17 at Array.forEach (native)

    Como eu resolvo?

    Obrigado

    opened by joaonivaldo 1
  • Default user image

    Default user image

    When an user is created, it's now have a default image. Briefly, when the picture field is NULL, it take the default-profile.png in the public/images folder.

    opened by ghost 0
  • Start improviments

    Start improviments

    The assets of the organization were distributed among node_modules and bower_components. Now all assets are controlled by the bower. Small adjustments in the example test.

    opened by vinicius73 0
  • Change repository organization

    Change repository organization

    Please,

    I need members who have fork of this project, change the url git setup as follows:

    This update was necessary because I had to make a skeleton fork to create my personal website.

    cd project_folder
    vim .git / config
    
    [remote "origin"]
             url = [email protected]:rdehnhardt/skeleton.git
    
    to
    
    [remote "origin"]
             url = [email protected]: baconfy/skeleton.git
    

    Tanks

    opened by rdehnhardt 0
  • npm run watch fails

    npm run watch fails

    when i call npm run watch i get the following error message

    Could not scan for classes inside "/var/www/vhosts/com2gay.com/zf2/vendor/rongeb/dynamiclayout/./Module.php" which does not appear to be a file nor a folder> @ watch /var/www/vhosts/com2gay.com/laravel

    cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js

    sh: 1: cross-env: not found npm ERR! code ELIFECYCLE npm ERR! syscall spawn npm ERR! file sh npm ERR! errno ENOENT npm ERR! @ watch: cross-env NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js npm ERR! spawn ENOENT npm ERR! npm ERR! Failed at the @ watch script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above. npm WARN Local package.json exists, but node_modules missing, did you mean to install?

    npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2021-07-02T10_19_23_333Z-debug.log

    when I try to reinstall with sudo npm install --global cross-env cross-env I get the message

    npm ERR! code E404 npm ERR! 404 Not Found - GET https://registry.npmjs.org/cross-enc - Not found npm ERR! 404 npm ERR! 404 'cross-enc@latest' is not in the npm registry. npm ERR! 404 You should bug the author to publish it (or use the name yourself!) npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url.

    npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2021-07-02T10_19_34_999Z-debug.log

    opened by WDSB 0
Releases(5.5.0)
Owner
Renato Dehnhardt
Professional with over 15 years of experience in software development projects. Acting in several business sectors, such as Human Resources and e-Commerce.
Renato Dehnhardt
Laravel Segment is an opinionated, approach to integrating Segment into your Laravel application.

Laravel Segment Laravel Segment is an opinionated, approach to integrating Segment into your Laravel application. Installation You can install the pac

Octohook 13 May 16, 2022
Jetstrap is a lightweight laravel 8 package that focuses on the VIEW side of Jetstream / Breeze package installed in your Laravel application

A Laravel 8 package to easily switch TailwindCSS resources generated by Laravel Jetstream and Breeze to Bootstrap 4.

null 686 Dec 28, 2022
Laravel Jetstream is a beautifully designed application scaffolding for Laravel.

Laravel Jetstream is a beautifully designed application scaffolding for Laravel. Jetstream provides the perfect starting point for your next Laravel application and includes login, registration, email verification, two-factor authentication, session management, API support via Laravel Sanctum, and optional team management.

The Laravel Framework 3.5k Jan 8, 2023
Laravel Larex lets you translate your whole Laravel application from a single CSV file.

Laravel Larex Translate Laravel Apps from a CSV File Laravel Larex lets you translate your whole Laravel application from a single CSV file. You can i

Luca Patera 68 Dec 12, 2022
A Laravel extension for using a laravel application on a multi domain setting

Laravel Multi Domain An extension for using Laravel in a multi domain setting Description This package allows a single Laravel installation to work wi

null 658 Jan 6, 2023
Laravel application project as Sheina Online Store backend to be built with Laravel and VueJS

About Laravel Laravel is a web application framework with expressive, elegant syntax. We believe development must be an enjoyable and creative experie

Boas Aditya Christian 1 Jan 11, 2022
Laravel package to find performance bottlenecks in your laravel application.

Laravel Meter Laravel Meter monitors application performance for different things such as requests, commands, queries, events, etc and presents result

Sarfraz Ahmed 230 Dec 27, 2022
A Laravel chat package. You can use this package to create a chat/messaging Laravel application.

Chat Create a Chat application for your multiple Models Table of Contents Click to expand Introduction Installation Usage Adding the ability to partic

Tinashe Musonza 931 Dec 24, 2022
Laravel-tagmanager - An easier way to add Google Tag Manager to your Laravel application.

Laravel TagManager An easier way to add Google Tag Manager to your Laravel application. Including recommended GTM events support. Requirements Laravel

Label84 16 Nov 23, 2022
Foreman is a Laravel scaffolding application that automates common tasks you typically perform with each new Laravel app you create

Foreman is a Laravel scaffolding application that automates common tasks you typically perform with each new Laravel app you create. The directives you want Forman to perform are outlined in a JSON based template file.

Indatus 145 Apr 13, 2022
Laravel Logable is a simple way to log http request in your Laravel application.

Laravel Logable is a simple way to log http request in your Laravel application. Requirements php >= 7.4 Laravel version >= 6.0 Installation composer

Sagar 6 Aug 25, 2022
Laravel comments - This package enables to easily associate comments to any Eloquent model in your Laravel application

Laravel comments - This package enables to easily associate comments to any Eloquent model in your Laravel application

Rubik 4 May 12, 2022
List of 77 languages for Laravel Framework 4, 5, 6, 7 and 8, Laravel Jetstream , Laravel Fortify, Laravel Breeze, Laravel Cashier, Laravel Nova and Laravel Spark.

Laravel Lang In this repository, you can find the lang files for the Laravel Framework 4/5/6/7/8, Laravel Jetstream , Laravel Fortify, Laravel Cashier

Laravel Lang 6.9k Jan 2, 2023
Catch incoming emails in your Laravel application

Laravel Mailbox ?? Handle incoming emails in your Laravel application. Mailbox::from('{username}@gmail.com', function (InboundEmail $email, $username)

Beyond Code 918 Jan 2, 2023
Deploy and execute non-PHP AWS Lambda functions from your Laravel application.

Sidecar for Laravel Deploy and execute non-PHP AWS Lambda functions from your Laravel application. Read the full docs at hammerstone.dev/sidecar/docs.

Hammerstone 624 Dec 30, 2022
Livewire component that brings Spotlight/Alfred-like functionality to your Laravel application.

About LivewireUI Spotlight LivewireUI Spotlight is a Livewire component that provides Spotlight/Alfred-like functionality to your Laravel application.

Livewire UI 792 Jan 3, 2023
A Laravel package helps you add a complete real-time messaging system to your new / existing application with only one command.

A Laravel package helps you add a complete real-time messaging system to your new / existing application with only one command.

Munaf Aqeel Mahdi 1.7k Jan 5, 2023
Laravel package that converts your application into a static HTML website

phpReel Static Laravel Package phpReel Static is a simple Laravel Package created and used by phpReel that converts your Laravel application to a stat

phpReel 16 Jul 7, 2022
A simple package to manage the creation of a structure composed of the service and repository layers in a Laravel application

Chapolim Este projeto tem como objetivo fornecer alguns comandos adicionais à interface de linha de comando do Laravel, o Artisan, para manipular a es

Eliezer Alves 51 Dec 11, 2022