Code Monkey home page Code Monkey logo

artisan-extended's People

Contributors

nasrulhazim avatar

Stargazers

 avatar  avatar

Watchers

 avatar

artisan-extended's Issues

not support laravel 5.4

Your requirements could not be resolved to an installable set of packages.

Problem 1
- Conclusion: don't install laravel/framework v5.4.14

Using Transformer for Routes

Using Transformer for routes (web/api), so that only one class will be created in app/Routes directory.

Let say we have

app\
    \Routes
         User.php
    \Transformers
        API.php
        Web.php

In routes/web.php, to call a route class will be like

\App\Routes\User::routes()->transform(new App\Route\Transformer\Web());

And routes/api.php, to call a route class will be like

\App\Routes\User::routes()->transform(new App\Route\Transformer\API());

This the rough ideas of the implementation.

Make View

Create a new resourceful / empty views based on given model name and parent name

php artisan make:view -p layouts.app Post

This will generate a new directory in resources/views named posts and will have the following files and structures.

resources
    \views
        \layouts
            app.blade.php
        \posts
            index.blade.php
            show.blade.php
            form.blade.php

All the views will use reusable components which later can be modify by using php artisan vendor:publish --tag=artisan-extended-view.

resources
    \views
        \components
            \forms
                base.blade.php
                input.blade.php
                textarea.blade.php
            list.blade.php
            actions.blade.php

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.